Click or drag to resize

MessageFlag Enumeration

Contains a bitmask of flags that indicate the origin and current state of a message.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum MessageFlag
Members
  Member nameValueDescription
Associated0 The message is an associated message of a folder.
FromMe1 The messaging user sending was the messaging user receiving the message.
HasAttachment2 The message has at least one attachment.
NonReadReportPending3 A nonread report needs to be sent for the message.
OriginInternet4 The incoming message arrived over the Internet.
OriginMiscExternal5 The incoming message arrived over an external link other than X.400 or the Internet.
OriginX4006 The incoming message arrived over an X.400 link.
Read7 The message is marked as having been read.
Resend8 The message includes a request for a resend operation with a nondelivery report.
ReadReportPending9 A read report needs to be sent for the message.
Submit10 The message is marked for sending as a result of a call to IMessage::SubmitMessage.
Unmodified11 The outgoing message has not been modified since the first time that it was saved; the incoming message has not been modified since it was delivered.
Unsent12 The message is still being composed. It is saved, but has not been sent.
See Also